home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / pb_200.arj / TBNK200.ARJ / THEBANK.INI < prev    next >
INI File  |  1994-01-27  |  2KB  |  60 lines

  1. ;---------------------------------------------------------------------------
  2. ; Ini file the TheBank
  3. ;---------------------------------------------------------------------------
  4.  
  5. ;-----[ General Timebank variables ]----------------------------------------
  6. [General]
  7.  MessageBoard            = 1
  8.  ExternalSupport         = M:\Pb\TheBank.Ext
  9.  HideSysop               = Yes
  10.  NoAccessScreen          = ForgetIt
  11.  HideIntroScreen         = No
  12.  
  13. ;-----[ Variables for level 10 ]--------------------------------------
  14. [LEVEL 10]
  15.  HasAccessRights         = No
  16.  
  17. ;-----[ Variables for level 30 ]--------------------------------------------
  18. [Level 30]
  19.  MaxTimeBalance          =  720
  20.  MaxTimeDeposit          =   60
  21.  MaxTimeWithdraw         =   45
  22.  MaxTimeLoan             =   30
  23.  TimeRedemption          =    7
  24.  TimeIntrest             =   10
  25.  CostPerMinute           =   10
  26.  CanTransferTime         =  Yes
  27.  
  28.  MaxKbyteBalance         = 4096
  29.  MaxKbyteDeposit         = 1024
  30.  MaxKbyteWithdraw        =  512
  31.  MaxKbyteLoan            =  256
  32.  KbyteRedemption         =    7
  33.  KbyteIntrest            =   20
  34.  CostPerKByte            =   20
  35.  CanTransferKbyte        =   No
  36.  
  37.  WriteTransferMsg        =  Yes
  38.  
  39.  
  40. ;-----[ General levels ]----------------------------------------------------
  41. [Others]
  42.  MaxTimeBalance          = 7200
  43.  MaxTimeDeposit          =  180
  44.  MaxTimeWithdraw         =   60
  45.  MaxTimeLoan             =   60
  46.  TimeRedemption          =   60
  47.  TimeIntrest             =    5
  48.  CostPerMinute           =    5
  49.  CanTransferTime         =  No
  50.  
  51.  MaxKbyteBalance         = 4096
  52.  MaxKbyteDeposit         = 3072
  53.  MaxKbyteWithdraw        = 2048
  54.  MaxKbyteLoan            = 1024
  55.  KbyteRedemption         =   60
  56.  KbyteIntrest            =    5
  57.  CostPerKByte            =   10
  58.  CanTransferKbyte        =  No
  59.  
  60.